Random.Gaussian Function

Returns a random number drawn from a Gaussian (a.k.a. Normal) distribution rather than from a uniform distribution.

Syntax

result = Random.Gaussian( )

Return Value

Result

Double

Notes

The Gaussian distribution has a mean of zero and a standard deviation of 1.